home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 4
/
Aminet 4 - November 1994.iso
/
aminet
/
comm
/
mail
/
xsig11.lha
/
JOWError.def
< prev
next >
Wrap
Text File
|
1994-05-12
|
920b
|
33 lines
DEFINITION MODULE JOWError;
IMPORT DosD;
(*---------------------------------------------------------------------------
SetErrFile: Set the error output file.
---------------------------------------------------------------------------*)
PROCEDURE SetErrFile(file: DosD.FileHandlePtr);
(*---------------------------------------------------------------------------
SetStdErr: Set the error output file to StdErr()
---------------------------------------------------------------------------*)
PROCEDURE SetStdErr();
(*---------------------------------------------------------------------------
Error: Display error messages, terminate program if necessary.
Redirect errors to a file if requested.
---------------------------------------------------------------------------*)
(*$ CopyDyn:=FALSE *)
PROCEDURE Error(x1,x2,x3: ARRAY OF CHAR; quiet: BOOLEAN; fatal: BOOLEAN);
END JOWError.def